jade.content.lang
Class Codec.CodecException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.content.lang.Codec.CodecException
Enclosing class:
Codec

public static class Codec.CodecException
extends java.lang.Exception

Class CodecException.

Author:
Federico Bergenti
See Also:
Serialized Form

Constructor Summary
Codec.CodecException(java.lang.String message)
          Constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Codec.CodecException

public Codec.CodecException(java.lang.String message)
Constructor
Parameters:
message - the message.